Skip to content

Conversation

@gilesknap
Copy link
Contributor

@GDYendell as discussed yesterday. This is working as expected for fastcs-catio.

@codecov
Copy link

codecov bot commented Jan 22, 2026

Codecov Report

❌ Patch coverage is 44.44444% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.52%. Comparing base (e8d59fb) to head (fa73151).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/fastcs/controllers/base_controller.py 44.44% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #308      +/-   ##
==========================================
- Coverage   90.69%   90.52%   -0.17%     
==========================================
  Files          70       70              
  Lines        2535     2544       +9     
==========================================
+ Hits         2299     2303       +4     
- Misses        236      241       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

"""Wait for the controller to be fully started.
This method blocks until the controller has completed post_initialise,
making it ready for use.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not appear to be true - it times out and returns False. I think we probably want it to propagate the exception. If it times out what is the caller supposed to do other than stop the application?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants